home *** CD-ROM | disk | FTP | other *** search
- echo off
- copy c:autoexec.bat c:temp23
- copy a:*.* c:
- del c:option1.bat
- del c:option2.bat
- del c:dedinst.bat
- del c:hardinst.bat
- del c:autoexec.bat
- copy a:start.bat+c:temp23 c:autoexec.bat
- del c:temp23
- echo *****************************************************************
- echo Deduct-a-Matic is now installed on the root directory of drive C:
- echo To use it, please refer to the manual.
- echo *****************************************************************
- echo on